UserDataProfile

interface UserDataProfile

User's profile data containing address and contact information used for web form autofill functionality.

Please note, this class is for storing autofill data and should not be confused with a browser's user profile, which manages settings, bookmarks, extensions, etc.

Since

7.23

See also

Types

Link copied to clipboard
class Builder
A builder of UserDataProfile.

Functions

Link copied to clipboard
open fun address(): Address
The address of the user.
Link copied to clipboard
open fun companyName(): String
The company of the user.
Link copied to clipboard
open fun email(): String
The email of the user.
Link copied to clipboard
open fun fullName(): String
The full name of the user.
Link copied to clipboard
Creates a new UserDataProfile builder with the given required parameters.
Link copied to clipboard
open fun phoneNumber(): String
The phone number of the user.